toggle menu
Spring Boot Kotlin API
4.0.0-M3
jvm
switch theme
search in API
Spring Boot Kotlin API
/
org.springframework.boot.docs.io.caching
/
[jvm]MyMathService
My
Math
Service
@
Component
open
class
MyMathService
Members
Constructors
My
Math
Service
Link copied to clipboard
constructor
(
)
Functions
compute
Pi
Decimal
Link copied to clipboard
@
Cacheable
(
value
=
"piDecimals"
)
open
fun
computePiDecimal
(
precision
:
Int
)
:
Int